home *** CD-ROM | disk | FTP | other *** search
/ Sun Solutions 2000 #2 / Sun Solutions CD (Volume 2 2000)(Special Focus - Java Technologies)(Disc 1).ISO / products / Software / Sun_IAPT / sunstyle.css < prev   
Cascading Style Sheet File  |  2000-02-11  |  2KB  |  103 lines

  1. H1  { 
  2.         font-size: 18pt;
  3.         font-family: geneva, arial, helvetica, lucida-sans, sans-serif; 
  4.         font-variant: normal;
  5.         font-style: normal;
  6.         color: #000000;
  7.         }
  8.  
  9. H2  { 
  10.         font-size: 16pt;
  11.         font-family: geneva, arial, helvetica, lucida-sans, sans-serif; 
  12.         font-variant: normal;
  13.         font-style: normal;
  14.         color: #000000;
  15.         }
  16.  
  17. H3  { 
  18.         font-size: 14pt;
  19.         font-family: geneva, arial, helvetica, lucida-sans, sans-serif; 
  20.         font-variant: normal;
  21.         font-style: normal;
  22.         color: #000000;
  23.         }
  24.  
  25. H4  { 
  26.         font-size: 12pt;
  27.         font-family: geneva, arial, helvetica, lucida-sans, sans-serif; 
  28.         font-variant: normal;
  29.         font-style: normal;
  30.         color: #000000;
  31.         }
  32.  
  33. .body  {
  34.         font-size: 10pt;
  35.         font-family: geneva, arial, helvetica, lucida-sans, sans-serif;
  36.         font-variant: normal;
  37.         font-style: normal;
  38.         color: #000000;
  39.         }
  40.  
  41. .localheader  {
  42.         font-family: geneva, arial, helvetica, lucida-sans, sans-serif;
  43.         font-size: 15px;
  44.         text-decoration: none;
  45.         color: #dddddd;
  46.         }
  47.  
  48. .locallink  {
  49.         font-family: geneva, arial, helvetica, lucida-sans, sans-serif;
  50.         font-size: 13px;
  51.         text-decoration: none;
  52.         color: #dddddd;
  53.         font-weight: normal;
  54.         }
  55.  
  56. .localsublink  {
  57.         font-family: geneva, arial, helvetica, lucida-sans, sans-serif;
  58.         font-size: 11px;
  59.         text-decoration: none;
  60.         color: #dddddd;
  61.         font-weight: normal;
  62.         }
  63.  
  64. .tm  {
  65.             font-size: 8pt;
  66.         font-family: geneva, arial, helvetica, lucida-sans, sans-serif;
  67.         font-variant: normal;
  68.         font-style: normal;
  69.         color: #000000;
  70.         }
  71.  
  72. A:link
  73. .nonu  {
  74.         text-decoration: none;
  75.         color: #000000
  76.         }
  77. .nonuw  {
  78.         text-decoration: none;
  79.         color: #FFFFFF
  80.         }
  81.  
  82. A:visited
  83. .nonu  {
  84.         text-decoration: none}
  85.  
  86. .linespace  {line-height: 120%}
  87.  
  88. .just  {text-align: justify}
  89.  
  90. CODE  {
  91.         font-family: courier, monaco, courier new;
  92.         font-size: 12pt;
  93.         color: #666666;
  94.         }
  95.  
  96. KBD  {
  97.         font-family: courier, monaco, courier new;
  98.         font-size: 12pt;
  99.         color: #666666;
  100.         }
  101.  
  102.  
  103.